Skip to content

Conversation

bdemers
Copy link
Member

@bdemers bdemers commented Jul 12, 2021

… ObjectMapper

Jackson 2.10+ recommend using ObjectReader and ObjectWriter as opposed to ObjectMapper
https://cowtowncoder.medium.com/jackson-3-0-immutability-w-builders-d9c532860d88

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 0c55bfc on jackson-immutable into 9007ae7 on master.

@bdemers bdemers added this to the 1.0 milestone Jul 12, 2021
@lhazlewood
Copy link
Contributor

@bdemers do you want to rebase?

@lhazlewood
Copy link
Contributor

@bdemers wanna rebase?

… ObjectMapper

Jackson 2.10+ recommend using `ObjectReader` and `ObjectWriter` as opposed to `ObjectMapper`
https://cowtowncoder.medium.com/jackson-3-0-immutability-w-builders-d9c532860d88
@bdemers bdemers force-pushed the jackson-immutable branch from 0c55bfc to decd9c2 Compare August 18, 2025 14:57
.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false); // https://github.com/jwtk/jjwt/issues/893
}

protected final ObjectMapper objectMapper;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just quickly rebased this, but I want to take another look when I have a few more minutes.

This is a breaking change, the point of this change though is to avoid mutation of the ObjectMapper, but this will require tweaking the change log (mentioning the breaking change, and NOT making this change in a patch release)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, ok, so gotta wait until 1.0 I suppose.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And you even specified that milestone! Sorry for the noise 🤦

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants